home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2000 January / CD-Gamer_2000-01_04_cd.bin / shware / intchess / _setup.1 / Chess Sets.txt < prev    next >
Text File  |  1999-09-04  |  4KB  |  96 lines

  1. Interchess version 2.1.6
  2. Copyright (C) 1998-1999 Henry Wrightson
  3. All Rights Reserved
  4. ===========================================================================
  5.  
  6. Chess Set Graphics
  7. ==================
  8. The structure of the chess sets is a little missleading but has been created
  9. thus to make the user interface more intuitive.  I will now explain how they
  10. work.
  11.  
  12. Graphics Structure Explained
  13. ----------------------------
  14. There is a directory under your Interchess install directory called Graphics
  15. and within this directory are a set of further directorys that related to each
  16. of the chess sets currently installed. E.g.
  17.  
  18. \program files
  19.   \wrightsoft
  20.     \Interchess
  21.       \graphics
  22.         \classic wood
  23.  
  24. This last directory, (classic wood in this example), represents the chess SET
  25. and contains the board graphics and the icons for dragging and dropping pieces
  26. on the board.
  27.  
  28. Now, at this point, you might presume that the board graphics and the set
  29. graphics are held serperatly but you would be wrong.  Because of the way VB
  30. combines transparant images, (eg board piece and chess piece), the quality is
  31. not high enough so the only way is to combine the into one picture manually.
  32. This means that you then have a graphics that has all the pieces displayed
  33. on each of the black and white board squares, in one graphic.
  34.  
  35. So if, when you look in the chess set options you see several boards for the
  36. classic wood chess set, these seperate boards actually relate to seperate
  37. graphics that have the same chess set but a different board depicted on them.
  38. This is why you cannot simply select any chess set with any board, if the
  39. graphic contains both set and board has not been created, you cannot have that
  40. combination.
  41.  
  42. The simplest thing is to open up the pictures, (JPG files), in an art package and
  43. take a look for yourself.
  44.  
  45.  
  46. Creating New Chess Sets & Boards
  47. --------------------------------
  48. All you need to do is create a set of icons, named as those that already exist are,
  49. and at lease one jpg image, whos composition is identical to one of the orional sets.
  50. Then create a directory inside the graphics directory and pop your files in there.
  51. That's it, Interchess will pick it up from there.
  52.  
  53. Once you have created your new set, simply create a board graphics and paste your set
  54. pieces onto this board graphic, then save it in your new folder.
  55.  
  56. You are not permited to create new sets or boards based upon those graphics surplied
  57. with Interchess as they are covered by the copyright, but you are welcome, (and
  58. encouraged), to create new ones.
  59.  
  60.  
  61.  
  62.  
  63. The User Interface Graphics
  64. ===========================
  65. These are held in a directory under your Interchess install directory called UI Graphics
  66. E.g.
  67.  
  68. \program files
  69.   \wrightsoft
  70.     \Interchess
  71.       \ui graphics
  72.  
  73. and with the exception of the splash screen which I will explain later are JPG files.
  74. If you really want to customise the UI of Interchess, all you need do is open the
  75. pictures in an graphics package and change them.  I suggest you don't because some of
  76. the buttons and controls that appear on the forms are not actually buttons, they are
  77. simply areas of the form graphic that have the button painted onto them already.
  78.  
  79. Because VB does a dreadfull job of converting a 16 bit per pixel image to an 8 bit per
  80. pixel image, if you only have your computer set to 256 colours, the splash screen looks
  81. bad.  So I've created two splash screen graphics, one for normal res mode and one for
  82. hi-res mode.  Interchess will choose which one to display to I should mess with these
  83. images...
  84.  
  85. Besides, ALL the graphics included with Interchess are protected under the Interchess
  86. copyright so changing any of these things is Illegal...but then, when did that stop
  87. anybody!
  88.  
  89.  
  90. -----------------------------------------------------------------------------
  91. 4th September, 1999
  92. Henry Wrightson
  93. -----------------------------------------------------------------------------
  94. Interchess@HappyValley.Screaming.net
  95. Interchess@HenryWrightson.In2Home.co.uk
  96. -----------------------------------------------------------------------------